home *** CD-ROM | disk | FTP | other *** search
/ .net 1999 December / netCD65.iso / pc / links / 00054_Script_link Web Tutor < prev    next >
Encoding:
Text File  |  1999-10-14  |  481 b   |  12 lines

  1. on mouseup
  2.   alert "The tutorial will now load in your Web browser. If you want to copy Web Tutor to your hard drive, the folder can be found in software\WebTutor"
  3.   if the platform = "Windows,32" then
  4.     goToNetPage the moviepath&"software\WebTutor\index.html"
  5.   else
  6.     if the platform = "Windows,16" then
  7.       goToNetPage the moviepath&"software\WebTutor\index.html"
  8.     else
  9.       goToNetPage the moviepath&"software:WebTutor:index.html"
  10.     end if
  11.     end if
  12. end